home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 29 / Mac Magazin and MacEasy Magazine CD - Issue 29.iso / Multimedia / VideoIN folder / scripting / sample 1 < prev    next >
Text File  |  1996-11-03  |  230b  |  14 lines

  1. tell application "VideoIN"
  2.     make new document
  3.     set win1 to window "Video Input"
  4.     select win1
  5.     tell win1
  6.         activate
  7.         videoin full
  8.         videoin rgb
  9.         videoin saveframe
  10.         videoin grayscale
  11.         videoin saveframe
  12.         close
  13.     end tell
  14. end tell